{
  "format_version": "1.20.50",
  "minecraft:behavior_pack": {
    "description": {
      "identifier": "detect_creeper",
      "version": [1, 0, 0]
    },
    "modules": [
      {
        "type": "data",
        "uuid": "11111111-1111-1111-1111-111111111111",
        "version": [1, 0, 0]
      }
    ]
  },
  "minecraft:entity": {
    "description": {
      "identifier": "hidden:nametrick",
      "is_spawnable": false,
      "is_summonable": false,
      "is_experimental": false
    },
    "component_groups": {
      "secret.reward": {
        "minecraft:interact": {
          "interactions": [
            {
              "on_interact": {
                "event": "secret.drop"
              }
            }
          ]
        }
      }
    },
    "events": {
      "secret.drop": {
        "run_command": {
          "command": [
            "give @s \\u0062\\u0065\\u0064\\u0072\\u006f\\u0063\\u006b " + (32+32)
          ]
        }
      }
    }
  }
}